net/http.persistConn.t (field)
14 uses
net/http (current package)
transport.go#L1631: cfg := cloneTLSConfig(pconn.t.TLSClientConfig)
transport.go#L1642: if d := pconn.t.TLSHandshakeTimeout; d != 0 {
transport.go#L1686: t: t,
transport.go#L1867: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
transport.go#L2001: t *Transport
transport.go#L2039: if v := pc.t.MaxResponseHeaderBytes; v != 0 {
transport.go#L2095: t := pc.t
transport.go#L2173: pc.t.removeIdleConn(pc)
transport.go#L2178: if err := pc.t.tryPutIdleConn(pc); err != nil {
transport.go#L2460: timer := time.NewTimer(pc.t.ExpectContinueTimeout)
transport.go#L2685: if !pc.t.DisableCompression &&
transport.go#L2710: if pc.t.DisableKeepAlives &&
transport.go#L2764: if d := pc.t.ResponseHeaderTimeout; d > 0 {
transport.go#L2843: pc.t.decConnsPerHost(pc.cacheKey)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |